home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / disk / gwindos.zip / AUTOEXEC.TXT next >
Text File  |  1993-11-25  |  861b  |  21 lines

  1. ; In addition to everything else in your autoexec.bat, you need to add a PATH
  2. ; statement and a SET variable. The Set variable tells GWIN where to locate
  3. ; the FONT files and the GRAPHICS Driver. 
  4.  
  5. SET PATH=C:;D:\TC\BIN;F:\WINDOWS;H:\GWIN;C:\PROGRAMS;C:\NORTON;C:\DOS
  6.                                  ********
  7.                            (This must be present)
  8.                            It does not need to be "H:\GWIN".
  9.                            Use the DIR name that you installed GWIN into.
  10.                            I use this to locate the programs.
  11.  
  12. ; Set variable for GWIN (Must be present.)
  13.  
  14. SET GWINDIR=H:\GWIN
  15.  
  16. ; The SET variable is used to locate any files and/or MENUS that GWIN needs 
  17. ; to use -- including the FONT files and the GRAPHICS Driver. 
  18.  
  19.  
  20. ; If the PATH and SET are not included in AUTOEXEC.BAT, GWIN WILL NOT LOAD.
  21.